home *** CD-ROM | disk | FTP | other *** search
- # $Id: style.sfl,v 1.6 1997/10/17 05:49:15 rcalhoun Exp $
- # Copyright (C) 1997 Verity, Inc.
- #
- # style.sfl - Verity-Defined Standard Fields
- #
- # These fields are included in the internal documents table.
- # They are filled in by various filters and gateways that Verity ships,
- # and are the "standard fields" that Verity suggests should exist in all
- # Verity collections. They are not required in your collection. Instead,
- # they are merely highly recommended to promote the ability to use your
- # collection with other products that use Verity's search technology.
- # You can comment out the fields below to save space, or uncomment others
- # to gain functionality.
- #
- data-table: _sf
- {
- # Title is filled in by: zone -html, flt_pdf, zone -email, zone -news, flt_kv
- varwidth: Title _sv
- /alias = FTS_Title
- /alias = Subject
-
- # Author is filled in by: flt_pdf, zone -email, zone -news, flt_kv
- varwidth: Author _sv
- /alias = From
- /alias = FTS_Author
- /alias = Source
-
- # Keywords is filled in by: flt_pdf, zone -news, flt_kv
- varwidth: Keywords _sv
- /alias = FTS_Keywords
- /alias = Keyword
- /alias = Reference
-
- # Snippet is filled in by: vgw_url
- varwidth: Snippet _sv
- /alias = Abstract
-
- # MIME-Type is filled in by: universal
- varwidth: MIME-Type _sv
-
- # Charset is filled in by: flt_cmap
- varwidth: Charset _sv
-
- # To is filled in by: zone -email
- varwidth: To _sv
- /alias = Destination
-
- # Date is filled in by: zone -email, zone -news, flt_pdf, flt_kv
- #
- # This field is the "last modified" date, not the creation date
- fixwidth: Date 4 date
- /alias = Modified
- /alias = FTS_ModificationDate
- /alias = Recorded_Date
- /alias = Version_Date
-
- # NewsGroups is filled in by: zone -news
- varwidth: NewsGroups _sv
-
- # PageMap is filled in by: flt_pdf
- # This field is required to do highlighting in pdf documents. Do not
- # comment this if you want pdf highlighting!
- varwidth: PageMap _sv
- /_hexdata = yes
-
- #
- # The following are fields that could be filled in by Verity shipped
- # code, but they are currently not populated by many documents. To
- # save space, they are commented out here. You may comment them back
- # in before indexing your documents if you need them in your collection.
- #
- # The following fields are filled in by "zone -news"
- #varwidth: References _sv
-
- # The following fields are filled in by flt_pdf
- #varwidth: FileName _sv
- #fixwidth: NumPages 4 unsigned-integer
- #fixwidth: PermanentID 32 text
- #fixwidth: InstanceID 32 text
- #varwidth: DirID _sv
- #fixwidth: WXEVersion 1 unsigned-integer
- #varwidth: FTS_Creator _sv
- #varwidth: FTS_Subject _sv
- #varwidth: FTS_Producer _sv
- #fixwidth: FTS_CreationDate 4 date
-
- # The following fields are filled in by vgw_url
- #varwidth: Ext _sv
- #varwidth: URL _sv
- #varwidth: _Created _sv
- #varwidth: _Modified _sv
- #fixwidth: Created 4 date
- #fixwidth: Modified 4 date
- #fixwidth: Size 4 unsigned-integer
-
- # The following fields are filled in by flt_kv
- #varwidth: Dictionary _sv
- #varwidth: CodePage _sv
- #varwidth: Comments _sv
- #varwidth: Template _sv
- #varwidth: LastAuthor _sv
- #varwidth: RevNumber _sv
- #fixwidth: PageCount 4 unsigned-integer
- #fixwidth: WordCount 4 unsigned-integer
- #fixwidth: CharCount 4 unsigned-integer
- #varwidth: AppName _sv
- #varwidth: ThumbNail _sv
- #fixwidth: Doc_Security 4 unsigned-integer
- }
-